From: Basil L. Contovounesios Date: Sat, 30 Jan 2021 19:09:46 +0000 (+0000) Subject: ; Improve defcustom :type in last change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18^2~4271 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=42f45e52aacf513abf3dafe1773bf64f04cf5299;p=emacs.git ; Improve defcustom :type in last change. --- diff --git a/lisp/isearch.el b/lisp/isearch.el index a6978a4c164..82d64c5766b 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -362,7 +362,7 @@ This setting only has effect when the search string is less than "For search strings at least this long, lazy highlight starts immediately. For shorter search strings, `lazy-highlight-initial-delay' applies." - :type 'number + :type 'integer :group 'lazy-highlight :version "28.1")